home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Apple / Apple II TNs(Text).cpt / Apple II TNs(Text) / IIGS / TN.IIGS.061 / TN.IIGS.061
Encoding:
Text File  |  1989-11-15  |  1.2 KB  |  29 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. Apple IIGS
  8. #61:    Window Title Handles
  9.  
  10. Written by:    Dave Lyons                                           July 1989
  11.  
  12. This Technical Note discusses extensions to SetWTitle and GetWTitle in System 
  13. Software 5.0 and later which allow handles to be used as window titles.
  14. _____________________________________________________________________________
  15.  
  16. Prior to System Software 5.0, window titles were pointers to Pascal-style 
  17. strings (with a leading length byte), but now window titles can be stored in 
  18. handles, with bit 31 of titlePtr set to indicate that the parameter is 
  19. actually a handle.
  20.  
  21. Once you call SetWTitle with a handle for the title parameter, the handle 
  22. belongs to the Window Manager,which will dispose of it when the window is 
  23. closed or retitled.  You must not dispose of the handle yourself, and you must 
  24. not change the data it contains.
  25.  
  26.  
  27. Further Reference
  28. _____________________________________________________________________________
  29.     o    Apple IIGS Toolbox Reference, Volume 2